const vendor/golang.org/x/net/dns/dnsmessage.sectionQuestions
11 uses
vendor/golang.org/x/net/dns/dnsmessage (current package)
message.go#L382: sectionQuestions
message.go#L399: sectionQuestions: "Question",
message.go#L417: case sectionQuestions:
message.go#L563: p.section = sectionQuestions
message.go#L645: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L689: if err := p.checkAdvance(sectionQuestions); err != nil {
message.go#L1283: if err := b.startCheck(sectionQuestions); err != nil {
message.go#L1286: b.section = sectionQuestions
message.go#L1321: case sectionQuestions:
message.go#L1343: if b.section < sectionQuestions {
message.go#L1346: if b.section > sectionQuestions {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |